home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00802_Script_802 < prev    next >
Text File  |  1995-05-21  |  391b  |  13 lines

  1. on exitFrame
  2.   repeat with i = 1 to the number of castmembers
  3.     if the castType of cast i = #digitalVideo then
  4.       if the name of cast i starts "U" then
  5.         set the directToStage of cast i to 0
  6.         set the pausedatstart of cast i to 1
  7.         set the loop of cast i to 1
  8.       else
  9.         set the directToStage of cast i to 1
  10.       end if
  11.     end if
  12.   end repeat
  13. end